home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2002 January / PC Answers January 2002.7z / PC Answers January 2002.bin / trial / intrlnch / IntraLaunch.EXE / utils / PwdGen.txt < prev    next >
Text File  |  1999-04-21  |  2KB  |  36 lines

  1. IntraLaunch Password Generator.  Use this program to encrypt a password
  2. into a sequence of numbers and characters and then paste this sequence into
  3. the "Password" param field of the <OBJECT> tag in the HTML document.  Must
  4. also set the "UsePassword" parameter to "TRUE".  This file requires
  5. MSVBVM50.DLL to be in your windows system directory, which is installed
  6. automatically when you view the sample site in C:\IntraLaunch\sample\
  7.  
  8. Eg.
  9.  
  10.  
  11. <OBJECT ID="IntraLaunch" WIDTH=65 HEIGHT=77 CLASSID="CLSID:A2CD1E17-F7F7-11D2-A44A-0020182C1446" CODEBASE="file:///C:\IntraLaunch\sample\IntraLaunch.CAB#version=3,3,0,0">
  12.    <PARAM NAME="_ExtentX" VALUE="2240">
  13.    <PARAM NAME="_ExtentY" VALUE="1963">
  14.    <PARAM NAME="ImageLoc" VALUE="Remote">
  15.    <PARAM NAME="ImageSrc" VALUE="http://intranet.com/internal/picture.gif">
  16.    <PARAM NAME="Run" VALUE="F:\Network_Apps\Example\Something.Exe">
  17.    <PARAM NAME="RunParms" VALUE="">
  18.    <PARAM NAME="DefDir" VALUE="C:\">
  19.    <PARAM NAME="Display" VALUE="NORM">
  20.    <PARAM NAME="UsePassword" VALUE="TRUE">          * Password is on!
  21.    <PARAM NAME="Password" VALUE="HD328982S392J331"> * Encrypted Password to
  22.    <PARAM NAME="Sound" VALUE="None">                  use!
  23.    <PARAM NAME="Pause" VALUE="0">
  24.    <PARAM NAME="IsURL" VALUE="FALSE">
  25.    <PARAM NAME="ProcessErr" VALUE="MessageBox">
  26.    <PARAM NAME="ErrAction" VALUE="Error|Sorry, cannot find file to open">
  27.    <PARAM NAME="RecallApp" VALUE="False">
  28.    <PARAM NAME="AndRestore" VALUE="True">
  29.    <PARAM NAME="MapDrive" VALUE="\\SERVER\ShareName|X:">
  30.    <PARAM NAME="LogPass" VALUE="Null|Null|Debug">
  31.    <PARAM NAME="AutoMap" VALUE="False">    
  32. </OBJECT>
  33.  
  34.  
  35.    See the FAQ for more information.
  36.